Package-level declarations

Types

Link copied to clipboard
@Serializable
data class DiagramMetaData(val name: String = "Diagram", val description: String = "", val source: String = "", val anchorBindings: Map<String, String> = emptyMap(), val error: String = "", val sources: List<NodeIdentity> = emptyList(), val snapshot: Snapshot = Snapshot(), val invocationTriggers: List<InvocationTrigger> = emptyList(), val nodeAction: NodeAction = NodeAction.EXECUTE, val inputs: List<NodeIdentity> = emptyList()) : SourceMetaData

Payload for a Diagram node.